/* Universal styling for description fields */
.description {
    font-family: 'Lato', sans-serif;   /* same font as your snippet */
    color: #2f4e43;                    /* same green text color */
    font-size: 0.85em;                  /* slightly smaller than normal text */
    margin: 5 0 10px 0;                 /* bottom margin like your <p> */
    line-height: 1.4;                   /* improve readability */

}